[IA64] Cleanup vcpu_set_psr_l()
authorAlex Williamson <alex.williamson@hp.com>
Fri, 14 Mar 2008 20:57:58 +0000 (14:57 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Fri, 14 Mar 2008 20:57:58 +0000 (14:57 -0600)
Remove redundant bit setting.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/arch/ia64/xen/vcpu.c

index c8d4118f4be5d3d5ab23c6b8471d9f62e9ab1aa1..c7aa0a3313fdb7f4da743d6463a3fb7ebed61c34 100644 (file)
@@ -497,8 +497,6 @@ IA64FAULT vcpu_set_psr_l(VCPU * vcpu, u64 val)
                ipsr->mfh = 1;
        if (newpsr.ac)
                ipsr->ac = 1;
-       if (newpsr.up)
-               ipsr->up = 1;
        if (newpsr.dt && newpsr.rt)
                vcpu_set_metaphysical_mode(vcpu, FALSE);
        else